home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_TESTSHEET_H__37DFB303_CA09_11D3_996E_444553540000__INCLUDED_)
- #define AFX_TESTSHEET_H__37DFB303_CA09_11D3_996E_444553540000__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TestSheet.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestSheet
-
- #include "TestDevice.h"
- #include "TestScale.h"
- #include "TestColor.h"
- #include "TestGeneral.h"
- #include "nctwavplayer.h"
-
- class CTestSheet : public CPropertySheet
- {
- DECLARE_DYNAMIC(CTestSheet)
-
- // Construction
- public:
- CTestSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
- CTestSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
-
- protected:
- void AddControlPages(void);
-
- // Attributes
- public:
- CTestGeneral m_general;
- CTestDevice m_device;
- CTestScale m_scale;
- CTestColor m_color;
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTestSheet)
- public:
- virtual BOOL OnInitDialog();
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- CNCTWavPlayer* m_player;
- virtual ~CTestSheet();
-
- // Generated message map functions
- protected:
- HICON m_hIcon;
-
- //{{AFX_MSG(CTestSheet)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_TESTSHEET_H__37DFB303_CA09_11D3_996E_444553540000__INCLUDED_)
-